In This Topic
Represents a collection of
IndexedGroup<T>, groups of elements with the same key, resulting from a search operation with grouping. This class has a derived class
GroupingQuery<TKey,T> with specific type of the key used for the index search.
Object Model
Syntax
'Declaration
Public MustInherit Class GroupingQuery(Of )
public abstract class GroupingQuery<>
Type Parameters
- T
- The type of the elements of the indexed collection.
Inheritance Hierarchy
System.Object
C1.LiveLinq.Indexing.Search.GroupingQuery<T>
See Also